home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
misc_src
/
knowhow4
/
meter.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-01
|
294b
|
13 lines
#ifndef __METER_H_
#define __METER_H_
#include "element.h"
struct Meter
{
void show_meter(rect r, int attr, int bak, uchar* pat);
void show(loc pos, int len, int direction, int cursor = 0, int pat = 0,
BORDERS type = NO_BORDER);
};
#endif __METER_H_